-
Notifications
You must be signed in to change notification settings - Fork 28.5k
chore: Update the with-supabase
example to use the Supabase Auth block
#78913
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Allow CI Workflow Run
Note: this should only be enabled once the PR is ready to go and can only be enabled by a maintainer |
Allow CI Workflow Run
Note: this should only be enabled once the PR is ready to go and can only be enabled by a maintainer |
…Fix the middleware to allow running without env vars.
|
This PR updates the
with-supabase
template to better auth pages, Tailwind v4 and newestcomponents.json
for full compatibility with shadcn/ui.The
(auth-pages)
folder has been removed. For auth, the template is now using the password based auth block from the Supabase UI Library which makes it easier to update it and keep it up-to-date.